This patch renames the name feature-tso to feature-gso-tcpv4 for future
expansion.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
}
#if 0 /* KAF: After the protocol is finalised. */
- err = xenbus_printf(xbt, dev->nodename, "feature-tso", "%d", 1);
+ err = xenbus_printf(xbt, dev->nodename, "feature-gso-tcpv4",
+ "%d", 1);
if (err) {
- message = "writing feature-tso";
+ message = "writing feature-gso-tcpv4";
goto abort_transaction;
}
#endif
struct netfront_info *np = netdev_priv(dev);
int val;
- if (xenbus_scanf(XBT_NIL, np->xbdev->otherend, "feature-tso",
- "%d", &val) < 0)
+ if (xenbus_scanf(XBT_NIL, np->xbdev->otherend,
+ "feature-gso-tcpv4", "%d", &val) < 0)
val = 0;
#if 0 /* KAF: After the protocol is finalised. */
if (!val)